#!/bin/bash

function aptitude {
 echo "Not implemented yet:"
 echo "Fuction: aptitude"
 exit 99
}
